setGlobalScope

abstract fun setGlobalScope(key: String, globalScope: GlobalScope)

Set a scope to be globally allowed, denied, or deferred to the block-level.

Parameters

key

the scope to set.

globalScope

GlobalScope.ALLOW will always allow the scope, GlobalScope.DENY will always deny the scope, and GlobalScope.DEFER will defer to the block-level.